const go/types._InvalidInitDecl

4 uses

	go/types (current package)
		errorcodes.go#L373: 	_InvalidInitDecl
		resolver.go#L109: 		check.errorf(ident, _InvalidInitDecl, "cannot declare init - must be func")
		resolver.go#L279: 					check.errorf(d.spec, _InvalidInitDecl, "cannot import package as init - init must be a func")
		resolver.go#L400: 						code := _InvalidInitDecl